This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: How to force Terms of Use and Confidentiality Agreement document to appear when accessing the database. ~Hal Kitumiplopoden 3.Dec.03 07:05 PM a Web browser Domino Designer 6.0.2 CF2Windows 2000
In simplest terms, I think the easiest way to do this is to have a User Profile document stored in the application that contains a flag field as to whether or not they have accepted the terms of use and confidentiality agreements. Upon authentication, you can run some logic to determine whether or not these have been accepted. If they have not been, present them with that items that need to be accepted.
There are many possible ways this can be done via webqueryopen agents (I tend to shy away from them), URL redirection, etc.
It would all depend on how complicated you want to be and get.